home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextDeveloper
/
Examples
/
AppKit
/
Draw
/
DrawSpellText.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-07
|
238 b
|
11 lines
// DrawSpellText overrides two key spelling methods to give the GraphicView top-level control of the spelling process.
@interface DrawSpellText : NSTextView
{
}
- (void)checkSpelling:(id)sender;
- (void)ignoreSpelling:(id)sender;
@end